home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / VoiceNet.exe / 0 / RCDATA / TMOREFRM / TMOREFRM.txt
Encoding:
Text File  |  1999-04-26  |  1.3 KB  |  63 lines

  1. object MoreFrm: TMoreFrm
  2.   Left = 250
  3.   Top = 279
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'VoiceNet VRS 98'
  7.   ClientHeight = 211
  8.   ClientWidth = 371
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 20
  21.     Top = 6
  22.     Width = 332
  23.     Height = 43
  24.     AutoSize = False
  25.     Caption = 
  26.       'Have found one or more file locations for the voice command.  Pl' +
  27.       'ease select one of the file locations for the voice command by d' +
  28.       'ouble-clicking on it, or highlight and click on '#39'OK'#39'.'
  29.     WordWrap = True
  30.   end
  31.   object ListMoreLocations: TListBox
  32.     Left = 20
  33.     Top = 52
  34.     Width = 332
  35.     Height = 113
  36.     ExtendedSelect = False
  37.     ItemHeight = 13
  38.     TabOrder = 0
  39.     OnDblClick = ListMoreLocationsDblClick
  40.   end
  41.   object Button1: TButton
  42.     Left = 279
  43.     Top = 176
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     TabOrder = 1
  49.     OnClick = Button1Click
  50.   end
  51.   object BtnOK: TButton
  52.     Left = 200
  53.     Top = 176
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     Enabled = False
  59.     TabOrder = 2
  60.     OnClick = BtnOKClick
  61.   end
  62. end
  63.